GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager~AddFreeHandHighlighterAnnot / AddFreeHandHighlighterAnnot(Color,PointF[]) Method





In This Topic
AddFreeHandHighlighterAnnot(Color,PointF[]) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function AddFreeHandHighlighterAnnot( _
   ByVal BorderColor As Color, _
   ByVal Points() As PointF _
) As AnnotationFreeHandHighlighter
public AnnotationFreeHandHighlighter AddFreeHandHighlighterAnnot( 
   Color BorderColor,
   PointF[] Points
)
public function AddFreeHandHighlighterAnnot( 
    BorderColor: Color;
    Points: PointFarray of
): AnnotationFreeHandHighlighter; 
public function AddFreeHandHighlighterAnnot( 
   BorderColor : Color,
   Points : PointF[]
) : AnnotationFreeHandHighlighter;
public: AnnotationFreeHandHighlighter* AddFreeHandHighlighterAnnot( 
   Color BorderColor,
   PointF[]* Points
) 
public:
AnnotationFreeHandHighlighter^ AddFreeHandHighlighterAnnot( 
   Color BorderColor,
   array<PointF>^ Points
) 

Parameters

BorderColor
Points
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager
AnnotationManager Members
Overload List